*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:'Nunito',sans-serif;color:#fff;background:#000}body{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100vw;overflow:hidden;background:linear-gradient(135deg,#fffc00,#111,#000,#111);background-size:400% 400%;animation:bg-animate 15s ease infinite;text-align:center;padding:1rem}main{max-width:600px}img{width:80px;height:80px;margin-bottom:1.5rem}h1{font-weight:700;font-size:clamp(2rem,5vw,3.5rem);line-height:1.2;margin-bottom:1rem}p{font-weight:400;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.5;margin-bottom:2.5rem;opacity:.9}.cta{display:inline-block;background-color:#fffc00;color:#000;font-size:1.1rem;font-weight:700;text-decoration:none;padding:1rem 2.5rem;border-radius:50px;transition:transform .2s ease,box-shadow .2s ease}.cta:hover,.cta:focus{transform:scale(1.05);box-shadow:0 4px 20px rgba(255,252,0,0.3);outline:none}#cookie-banner{position:fixed;bottom:0;left:0;width:100%;background:#222;color:#eee;padding:1rem;display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;z-index:1000;display:none}#cookie-banner p{font-size:.9rem;margin:0;padding:0;margin-bottom:0;opacity:1}#cookie-btn{background:#fffc00;color:#000;border:0;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:700}@keyframes bg-animate{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}